<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes lrmove {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}

@keyframes tbmove {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(8px);
  }
  75% {
    transform: translateY(-8px);
  }
}

@keyframes breath {
  0%,
  50%,
  100% {
    opacity: 0.5;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
}

@keyframes rate360 {
  0% {
    opacity: 0;
    transform: translateX(-50%) rotate(-135deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) rotate(90deg);
  }
}

@keyframes rate360r {
  0% {
    opacity: 1;
    transform: translateX(-50%) rotate(90deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) rotate(-135deg);
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(189, 35, 40, 0.2);
  }
  100% {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: #BD2328;
  }
}

@keyframes desplode {
  0% {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: #BD2328;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(189, 35, 40, 0.2);
  }
}

@keyframes breath2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.85);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes prosody {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.2);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes lineAni {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--xe));
  }
}

@keyframes yyl_scalein {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: var(--eopa);
    transform: scale(--esca);
  }
}

@keyframes yyl_scalein_y {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: var(--eopa);
    transform: scaleY(--esca);
  }
}

@keyframes yyl_fadein_down {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-index .head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  height: 90px;
  padding-top: 10px;
}

.page-index .head.white, .page-index .head.fixed-white {
  height: 80px;
  padding-top: 0;
}

.page-index .main-body {
  background: #F9FAFB;
  padding-top: 0;
}

.page-index .banner {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  position: relative;
}

.page-index .banner .banner-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-index .banner .banner-swiper .swiper-slide {
  overflow: hidden;
}

.page-index .banner .banner-swiper .swiper-slide::before, .page-index .banner .banner-swiper .swiper-slide::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  opacity: 0.5;
  z-index: 2;
}

.page-index .banner .banner-swiper .swiper-slide::before {
  background: linear-gradient(180deg, #000000 11%, transparent 54%);
  top: 0;
}

.page-index .banner .banner-swiper .swiper-slide::after {
  background: linear-gradient(0, #000000 0%, transparent 54%);
  bottom: 0;
}

.page-index .banner .banner-swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-index .banner .banner-swiper .swiper-slide .bg img,
.page-index .banner .banner-swiper .swiper-slide .bg video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  object-fit: cover;
}

.page-index .banner .banner-swiper .swiper-slide .text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc((100vw - 1200px) / 2);
  color: #fff;
  position: absolute;
  top: 29.35%;
  left: 0;
}

.page-index .banner .banner-swiper .swiper-slide .text p {
  font-family: 'AlibabaPuHuiTi';
}

.page-index .banner .banner-swiper .swiper-slide .text p.mini {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.page-index .banner .banner-swiper .swiper-slide .text p strong {
  font-size: 60px;
  line-height: 86px;
}

.page-index .banner .banner-swiper .swiper-slide .learn-more {
  display: inline-flex;
  width: 180px;
  height: 52px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(253deg, rgba(255, 255, 255, 0.0784) 5%, rgba(255, 255, 255, 0.2967) 43%, rgba(255, 255, 255, 0.0431) 100%) 1;
  color: #fff;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 64%;
  left: calc((100vw - 1200px) / 2);
  z-index: 3;
  transition: all .5s;
}

.page-index .banner .banner-swiper .swiper-slide .learn-more .icon {
  margin-left: 48px;
  display: inline-block;
  animation: lrmove 1s linear 0s infinite;
}

.page-index .banner .banner-swiper .swiper-slide .learn-more:hover {
  background: rgba(255, 255, 255, 0.3);
}

.page-index .banner .banner-swiper .banner-pagination,
.page-index .banner .banner-swiper .pagination-progress {
  width: 368px;
  height: 2px;
  top: 76.76%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.page-index .banner .banner-swiper .pagination-progress {
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}

.page-index .banner .banner-swiper .pagination-progress .slider {
  background: #C82126;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  transition: all .3s;
  position: absolute;
  top: -0.5px;
  left: 0;
}

.page-index .banner .banner-swiper .banner-pagination {
  z-index: 3;
  display: flex;
  align-items: center;
  height: 14px;
  margin-top: -6px;
}

.page-index .banner .banner-swiper .banner-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  flex: 1;
  opacity: 0;
  margin: 0;
}

.page-index .banner .banner-swiper .pagination-clickable {
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.page-index .banner .mouse {
  width: 40px;
  height: 100px;
  position: absolute;
  bottom: 336px;
  right: calc(((100vw - 1200px) / 2) - 20px);
  z-index: 2;
  color: #fff;
}

.page-index .banner .mouse p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  animation: breath 1.5s linear 0s infinite;
}

.page-index .banner .mouse .icon {
  font-size: 40px;
  display: inline-block;
  animation: tbmove 1.5s linear 0s infinite;
}

.page-index .clinic-solutions,
.page-index .about-us {
  width: 1200px;
  margin: 0 auto;
}

.page-index .clinic-solutions {
  height: 356px;
  margin-top: -180px;
  position: relative;
  z-index: 2;
  margin-bottom: 112px;
  overflow: hidden;
}

.page-index .clinic-solutions::before {
  content: '';
  width: calc(100% - 20px);
  height: 43px;
  background: rgba(213, 197, 197, 0.175);
  filter: blur(32.64px);
  position: absolute;
  bottom: -30px;
  left: 10px;
}

.page-index .clinic-solutions::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  box-shadow: inset 0px 1px 3px 0px rgba(251, 164, 164, 0.5);
  background: url(../images/index_bg_ks.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-index .clinic-solutions .container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index .clinic-solutions .container .clinics {
  width: calc(100% + 64px);
  height: 138px;
  margin-left: -32px;
  box-sizing: border-box;
  padding: 0 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%, rgba(255, 255, 255, 0) 99%);
  display: flex;
  align-items: center;
}

.page-index .clinic-solutions .container .clinics li {
  width: calc(100% / 5);
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
  cursor: default;
}

.page-index .clinic-solutions .container .clinics li .icon-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}

.page-index .clinic-solutions .container .clinics li .icon-img .fullimg {
  opacity: 1;
  transition: all .2s;
  position: relative;
}

.page-index .clinic-solutions .container .clinics li .icon-img .light {
  position: absolute;
  width: 68px;
  height: 68px;
  top: -4px;
  left: -4px;
  transform: scale(0.9);
  opacity: 0;
  transition: all .3s linear;
}

.page-index .clinic-solutions .container .clinics li .text {
  height: 62px;
  flex-grow: 1;
  position: relative;
  margin-top: -2px;
}

.page-index .clinic-solutions .container .clinics li .clinic-name {
  font-size: 20px;
  letter-spacing: 1px;
  color: #111A34;
  line-height: 62px;
  transition: all .2s;
}

.page-index .clinic-solutions .container .clinics li .count {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  transition: all .2s;
  opacity: 0;
}

.page-index .clinic-solutions .container .clinics li .count span {
  color: #858B9C;
  line-height: 20px;
}

.page-index .clinic-solutions .container .clinics li .count .num {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 2px;
  height: 40px;
}

.page-index .clinic-solutions .container .clinics li .count .num span {
  color: #111A34;
  line-height: 40px;
}

.page-index .clinic-solutions .container .clinics li .count .num .sub {
  font-size: 18px;
}

.page-index .clinic-solutions .container .clinics li + li::before {
  content: '';
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, rgba(249, 161, 161, 0) 0%, #F06767 52%, rgba(240, 103, 103, 0) 99%);
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}

.page-index .clinic-solutions .container .clinics li::after {
  content: "\e62a";
  font-family: 'icon';
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 148px;
  color: transparent;
  background: conic-gradient(from 90deg at 50% 50%, rgba(189, 35, 40, 0) -157deg, rgba(189, 35, 40, 0) 203deg, #CE363C 273deg, rgba(224, 73, 80, 0) 333deg, rgba(224, 73, 80, 0) 693deg);
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0;
  position: absolute;
  top: 138px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.page-index .clinic-solutions .container .clinics li:hover .icon-img .fullimg {
  opacity: 0;
}

.page-index .clinic-solutions .container .clinics li:hover .icon-img .light {
  opacity: 1;
  transform: scale(1);
}

.page-index .clinic-solutions .container .clinics li:hover .clinic-name {
  opacity: 0;
}

.page-index .clinic-solutions .container .clinics li:hover .count {
  opacity: 1;
}

.page-index .clinic-solutions .container .clinics li:hover::after {
  top: 106px;
  opacity: 0.12;
}

.page-index .about-us {
  padding-bottom: 106px;
  overflow: hidden;
}

.page-index .about-us .count-info {
  height: 130px;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.page-index .about-us .count-info li {
  width: calc((100% - 38px) / 3);
  overflow: hidden;
  height: 100%;
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
}

.page-index .about-us .count-info li .container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: url(../images/us_mask.png) no-repeat center/cover;
  box-sizing: border-box;
  border: 1px solid #FFE2E2;
  position: relative;
  z-index: 1;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.page-index .about-us .count-info li .container .icon-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 24px;
  flex-shrink: 0;
}

.page-index .about-us .count-info li .container .info {
  box-sizing: border-box;
  height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -6px;
  flex: 1;
}

.page-index .about-us .count-info li .container .info p {
  white-space: nowrap;
  height: 56px;
  line-height: 56px;
}

.page-index .about-us .count-info li .container .info p strong {
  font-size: 36px;
  color: #111A34;
}

.page-index .about-us .count-info li .container .info p .j {
  font-size: 30px;
  margin-right: 6px;
}

.page-index .about-us .count-info li .container .info p span {
  font-size: 14px;
  color: #858B9C;
  margin-left: 4px;
}

.page-index .about-us .count-info li .container .info .tips {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #858B9C;
  padding-left: 6px;
}

.page-index .about-us .count-info li .container:nth-child(2) .info {
  padding-left: 0;
}

.page-index .about-us .count-info li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/us_mask_b.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}

.page-index .about-us .count-info li::after {
  content: '';
  width: calc(100% - 30px);
  height: 24px;
  background: rgba(160, 25, 30, 0.2);
  filter: blur(27.2px);
  position: absolute;
  bottom: -10px;
  left: 15px;
  opacity: 0;
  transition: all .3s;
}

.page-index .about-us .count-info li.light .container {
  background: url(../images/us_mask_l.png) no-repeat center/cover;
  border-color: transparent;
}

.page-index .about-us .count-info li.light .container .icon-img {
  box-shadow: 0px 6px 12px 0px rgba(167, 0, 5, 0.5);
}

.page-index .about-us .count-info li.light .container .info p strong,
.page-index .about-us .count-info li.light .container .info p .j,
.page-index .about-us .count-info li.light .container .info p span,
.page-index .about-us .count-info li.light .container .info .tips {
  color: #fff;
}

.page-index .about-us .count-info li.light::before, .page-index .about-us .count-info li.light::after {
  opacity: 1;
}

.page-index .about-us .progress {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #EBEEF2;
  position: relative;
}

.page-index .about-us .progress .slider {
  --tx: 42px;
  width: calc(((100% - 38px) / 3) - 84px);
  height: 4px;
  border-radius: 2px;
  background: #C8282E;
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateX(var(--tx));
  transition: all .3s;
}

.page-index .about-us .synopsis {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.page-index .about-us .synopsis &gt; .fullimg {
  width: calc(50% + 40px);
  height: 360px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.page-index .about-us .synopsis &gt; .fullimg img {
  border-radius: 8px;
}

.page-index .about-us .synopsis &gt; .fullimg::before {
  content: '';
  width: calc(100% - 60px);
  height: 24px;
  position: absolute;
  left: 22px;
  bottom: -7px;
  opacity: 0.3444;
  background: #858B9C;
  filter: blur(27.2px);
  z-index: -1;
}

.page-index .about-us .synopsis .detail-right {
  width: calc(50% - 72px);
  box-sizing: border-box;
  padding-top: 14px;
}

.page-index .about-us .synopsis .detail-right .icon-box {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-index .about-us .synopsis .detail-right .icon-box .cc-circles {
  width: 24px;
  height: 24px;
}

.page-index .about-us .synopsis .detail-right .icon-box .cc-circles i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.page-index .about-us .synopsis .detail-right .icon-box .mask-slogan {
  height: 24px;
  line-height: 24px;
  padding: 0;
}

.page-index .about-us .synopsis .detail-right .icon-box .mask-slogan::before {
  display: none;
}

.page-index .about-us .synopsis .detail-right h3 {
  line-height: 44px;
  color: #111A34;
}

.page-index .about-us .synopsis .detail-right .line-text--multiple {
  -webkit-line-clamp: unset;
  text-align: justify !important;
  font-size: 14px !important;
  line-height: 28px !important;
  color: #41485D !important;
  margin-top: 6px;
}

.page-index .about-us .synopsis .detail-right .line-text--multiple p,
.page-index .about-us .synopsis .detail-right .line-text--multiple span {
  text-align: justify !important;
  font-size: 14px !important;
  line-height: 28px !important;
  color: #41485D !important;
}

.page-index .about-us .synopsis .detail-right .statistics-box {
  width: calc(100% + 123px);
  height: 130px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(270deg, #FFFFFF -4%, rgba(255, 255, 255, 0.2669) 100%);
  backdrop-filter: blur(14.2px);
  margin-left: -126px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-index .about-us .synopsis .detail-right .statistics-box .fullimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.page-index .about-us .synopsis .detail-right .statistics-box .statistics {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.page-index .about-us .synopsis .detail-right .statistics-box li {
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-index .about-us .synopsis .detail-right .statistics-box li p {
  font-size: 14px;
  color: #666F83;
  line-height: 20px;
  white-space: nowrap;
}

.page-index .about-us .synopsis .detail-right .statistics-box li p strong {
  font-size: 48px;
  color: #C82126;
  line-height: 50px;
}

.page-index .about-us .synopsis .detail-right .statistics-box li p span {
  font-size: 14px;
  color: #666F83;
  line-height: 50px;
  margin-left: 6px;
}

.page-index .news {
  width: 100%;
  box-sizing: border-box;
  padding: 74px calc((100vw - 1200px) / 2) 72px;
  background: #fff;
}

.page-index .news .plate-title {
  overflow: hidden;
}

.page-index .news .container {
  height: 730px;
  display: flex;
  box-sizing: border-box;
  padding: 0 0 8px;
  margin-top: 36px;
}

.page-index .news .container .news-banner {
  width: calc(50% + 48px);
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 8px 30px 0;
  z-index: 1;
}

.page-index .news .container .news-banner .bg {
  width: 742px;
  position: absolute;
  bottom: 0;
  right: 266px;
  z-index: -1;
}

.page-index .news .container .news-banner .bg img {
  width: 100%;
}

.page-index .news .container .news-banner .bg .cc-circles {
  transform: rotate(90deg);
  position: absolute;
  top: 224px;
  right: -50px;
}

.page-index .news .container .news-banner .bg::after {
  content: '';
  width: 2px;
  height: 100px;
  border-radius: 2px;
  background: #EBEEF2;
  position: absolute;
  bottom: 94px;
  right: -33px;
}

.page-index .news .container .news-banner .news-swiper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.page-index .news .container .news-banner .news-swiper .swiper-slide::before {
  content: '';
  width: 100%;
  height: 124px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 32%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-index .news .container .news-banner .news-swiper .swiper-slide .news-text {
  width: 100%;
  height: 124px;
  box-sizing: border-box;
  padding: 26px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.page-index .news .container .news-banner .news-swiper .swiper-slide .news-text .line-text--one {
  line-height: 24px;
  color: #fff;
  margin-bottom: 4px;
  position: relative;
  box-sizing: border-box;
  padding-left: 44px;
  font-weight: bold;
}

.page-index .news .container .news-banner .news-swiper .swiper-slide .news-text .line-text--one::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url("../images/news_front.png") no-repeat center/cover;
  position: absolute;
  top: 5px;
  left: 20px;
}

.page-index .news .container .news-banner .news-swiper .swiper-slide .news-text .line-text--multiple {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 44px;
}

.page-index .news .container .news-banner .news-swiper-box {
  width: 100%;
  height: 446px;
  position: relative;
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: -32px;
  top: 52px;
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  position: relative;
  opacity: 1;
  color: #C5CAD5;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 50%;
  z-index: 1;
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 2px;
  height: 20px;
  background: linear-gradient(180deg, #F7F8FA 0%, #F7F8FA 100%);
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s;
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination .swiper-pagination-bullet::after {
  content: "\e62a";
  font-family: 'icon';
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, #fff 72%, #FFFFFF 86%);
  transition: all .2s;
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination .swiper-pagination-bullet-active {
  color: #BD2328;
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination .swiper-pagination-bullet-active::before {
  background: linear-gradient(180deg, #BD2328 0%, #F7F8FA 100%);
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination .swiper-pagination-bullet-active::after {
  background: radial-gradient(50% 50% at 50% 50%, #BD2328 72%, #FFFFFF 86%);
}

.page-index .news .container .news-banner .news-swiper-box .news-pagination::before {
  content: '';
  width: 2px;
  height: 190px;
  border-radius: 1px;
  background: linear-gradient(180deg, #F7F8FA 0%, #F7F8FA 100%);
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.page-index .news .container .news-banner::before {
  content: '';
  width: calc(100% - 218px);
  height: 2px;
  background: linear-gradient(195deg, #F7F8FA 6%, #F0F2F5 50%, rgba(235, 238, 242, 0) 92%);
  position: absolute;
  bottom: 0;
  left: 218px;
}

.page-index .news .container .nerws-group {
  width: calc(50% - 48px);
  height: 100%;
}

.page-index .news .container .nerws-group .list-tab {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 28px;
  box-sizing: border-box;
  margin-top: -16px;
}

.page-index .news .container .nerws-group .list-tab li {
  height: 56px;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
  margin-right: -24px;
}

.page-index .news .container .nerws-group .list-tab li span {
  line-height: 56px;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #666F83;
}

.page-index .news .container .nerws-group .list-tab li::before {
  content: "\e62a";
  font-family: 'icon';
  font-size: 38px;
  color: transparent;
  background: radial-gradient(52% 52% at 94% 50%, #BD2328 0%, rgba(189, 35, 40, 0.7218) 50%, rgba(189, 35, 40, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}

.page-index .news .container .nerws-group .list-tab li.cur span {
  color: #111A34;
  font-weight: bolder;
}

.page-index .news .container .nerws-group .list-tab li.cur::before {
  animation: rate360 0.3s linear;
  opacity: 1;
}

.page-index .news .container .nerws-group .list-tab li.leave::before {
  animation: rate360r 0.3s linear;
  opacity: 0;
}

.page-index .news .container .nerws-group .list-group {
  width: 100%;
  height: calc(100% - 68px);
  box-sizing: border-box;
  border: 2px solid #F7F8FA;
  border-radius: 12px 12px 12px 0;
  overflow: hidden;
}

.page-index .news .container .nerws-group .list-group .news-list {
  height: 0;
  transition: height 0.8s;
  overflow: hidden;
}

.page-index .news .container .nerws-group .list-group .news-list .lists {
  height: 100%;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item {
  height: 76px;
  padding: 24px 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .date {
  width: 82px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .date strong {
  color: #111A34;
  font-size: 24px;
  margin-bottom: 6px;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .date span {
  color: #666F83;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .info {
  flex-grow: 1;
  position: relative;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .info h5 {
  color: #41485D;
  line-height: 24px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .info p {
  font-size: 14px;
  line-height: 24px;
  color: #666F83;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item .info::before {
  content: "\e62a";
  font-family: 'icon';
  width: 256px;
  height: 256px;
  font-size: 256px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(200, 33, 38, 0.09);
  position: absolute;
  top: -14px;
  right: -144px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item.light {
  padding: 40px 30px;
  background: linear-gradient(251deg, #FFD8D9 -7%, #FFF6F6 43%, #FFFFFF 85%);
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item.light .info::before {
  opacity: 1;
  transform: scale(1);
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item::before {
  content: '';
  width: calc(100% - 30px);
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(270deg, #F7F8FA 0%, #EBEEF2 99%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item::after {
  content: '';
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #C8282E;
  position: absolute;
  right: 30px;
  bottom: 0;
}

.page-index .news .container .nerws-group .list-group .news-list .lists .new-item:last-child:before, .page-index .news .container .nerws-group .list-group .news-list .lists .new-item:last-child:after {
  background: transparent;
}

.page-index .news .container .nerws-group .list-group .news-list.open {
  height: 100%;
}

.main-body.news-body .inner-banner .banner-contianer .en {
  width: 218px;
  top: 61px;
  margin-left: -42px;
}

.main-body.news-body .inner-banner .banner-contianer .cn {
  width: 230px;
  top: 162px;
  margin-left: 42px;
}

.main-body.aboutus-body .inner-banner .banner-contianer .en {
  width: 232px;
  top: 78px;
  margin-left: -25px;
}

.main-body.aboutus-body .inner-banner .banner-contianer .cn {
  width: 255px;
  top: 142px;
  margin-left: 29px;
}

.main-body.solution-body .inner-banner .banner-contianer .en {
  width: 332.5px;
  top: 74px;
  margin-left: -28px;
}

.main-body.solution-body .inner-banner .banner-contianer .cn {
  width: 238px;
  top: 162px;
  margin-left: 41px;
}

.main-body.contactus-body .inner-banner .banner-contianer .en {
  width: 354px;
  top: 82px;
  margin-left: -18px;
}

.main-body.contactus-body .inner-banner .banner-contianer .cn {
  width: 228px;
  top: 162px;
  margin-left: 42px;
}

.main-body.contactus-body .inner-banner .banner-contianer .mask-slogan .red {
  color: rgba(189, 35, 40, 0.7011);
}

.page-inner .aboutus-company {
  background: #F0F3F5;
  box-sizing: border-box;
  padding-bottom: 148px;
}

.page-inner .aboutus-company .company-info {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 108px calc((100vw - 1200px) / 2) 36px;
}

.page-inner .aboutus-company .company-info .detail-box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 170px;
}

.page-inner .aboutus-company .company-info .introduction {
  width: 672px;
  position: relative;
  z-index: 2;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body {
  width: 100%;
  box-sizing: border-box;
  padding: 68px 24px 18px;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.6748) 2%, #FFFFFF 50%);
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.512);
  backdrop-filter: blur(10.88px);
  box-shadow: inset -1.5px 0px 3.5px 0px rgba(0, 0, 0, 0.05);
}

.page-inner .aboutus-company .company-info .introduction .introduction-body .fullimg {
  width: 310px;
  height: 112px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: -72px;
  left: 32px;
  background: url("../images/hys.png") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body .fullimg .icon-color {
  font-size: 72px;
  margin-top: 18px;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body .detail-body {
  width: 100%;
  overflow: hidden;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body p {
  line-height: 24px;
  color: #111A34;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body p b {
  font-size: 22px;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body .text {
  margin-top: 16px;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body .text p {
  text-indent: 2em;
  line-height: 30px;
  text-align: justify;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body::before {
  content: '';
  width: 100%;
  height: 62px;
  background: url("../images/aboutus_box_shading.png") no-repeat top left/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-inner .aboutus-company .company-info .introduction .introduction-body::after {
  content: '';
  width: 670px;
  height: 12px;
  background: linear-gradient(to right, #CE8C28 0%, #CE8C28 0.89%, #ECD3AD 0.89%, #ECD3AD 1.64%, #CE8C28 1.64%, #CE8C28 9.08%, #CD7728 9.08%, #CD7728 16.52%, #CC6127 16.52%, #CC6127 23.96%, #CA4C27 23.96%, #CA4C27 31.4%, #C93626 31.4%, #C93626 38.84%, #C82126 38.84%, #C82126 100%);
  position: absolute;
  bottom: -14px;
  left: 0px;
}

.page-inner .aboutus-company .company-info .introduction::before {
  content: '';
  width: 108px;
  height: calc(100% + 34px);
  position: absolute;
  top: -10px;
  right: -14px;
  z-index: -1;
  opacity: 0.3362;
  background: #8AB4C7;
  filter: blur(27.2px);
}

.page-inner .aboutus-company .company-info .right-thumb {
  width: 624px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.page-inner .aboutus-company .company-info .right-thumb .icon-box {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-inner .aboutus-company .company-info .right-thumb .icon-box .cc-circles {
  width: 24px;
  height: 24px;
}

.page-inner .aboutus-company .company-info .right-thumb .icon-box .cc-circles i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.page-inner .aboutus-company .company-info .right-thumb .icon-box .mask-slogan {
  height: 24px;
  line-height: 24px;
  padding: 0;
}

.page-inner .aboutus-company .company-info .right-thumb .icon-box .mask-slogan::before {
  display: none;
}

.page-inner .aboutus-company .company-info .right-thumb .fullimg {
  width: 100%;
  height: 612px;
  border-radius: 12px;
  overflow: hidden;
}

.page-inner .aboutus-company .company-info .slogan {
  margin: 110px auto 40px;
  text-align: center;
}

.page-inner .aboutus-company .company-info .slogan .cn {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 5.4px;
  color: #111A34;
  text-align: justify;
}

.page-inner .aboutus-company .company-info .slogan .en {
  font-size: 12px;
  color: #858B9C;
  line-height: 17px;
  text-align: justify;
}

.page-inner .aboutus-company .company-info .statistics {
  width: 100%;
  height: 164px;
  display: flex;
  align-items: center;
}

.page-inner .aboutus-company .company-info .statistics li {
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-inner .aboutus-company .company-info .statistics li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-inner .aboutus-company .company-info .statistics li .item .num-box {
  height: 48px;
  display: flex;
  align-items: flex-end;
}

.page-inner .aboutus-company .company-info .statistics li .item .num-box .num {
  font-size: 48px;
  color: #C82126;
}

.page-inner .aboutus-company .company-info .statistics li .item .num-box .unit {
  font-size: 14px;
  color: #666F83;
  margin-left: 6px;
  margin-bottom: 12px;
}

.page-inner .aboutus-company .company-info .statistics li .item .from {
  font-size: 14px;
  color: #41485D;
  line-height: 20px;
  margin-top: 2px;
  font-weight: bold;
}

.page-inner .aboutus-company .company-info .statistics li .cc-circles {
  width: 22px;
  height: 22px;
  margin-top: 12px;
}

.page-inner .aboutus-company .chairman {
  min-height: 756px;
  margin-top: 74px;
  background: url("../images/aboutus_company_bg.png") no-repeat top center;
  background-size: auto 756px;
  box-sizing: border-box;
  padding: 8px calc((100vw - 1200px) / 2) 0;
}

.page-inner .aboutus-company .chairman .chairman-info {
  width: 646px;
  margin-left: auto;
}

.page-inner .aboutus-company .chairman .chairman-info .name {
  width: calc(100% - 40px);
  height: 90px;
  line-height: 90px;
  position: relative;
}

.page-inner .aboutus-company .chairman .chairman-info .name b {
  font-size: 40px;
  color: #C82126;
}

.page-inner .aboutus-company .chairman .chairman-info .name span {
  font-size: 20px;
  color: #858B9C;
  margin-left: 16px;
}

.page-inner .aboutus-company .chairman .chairman-info .name::before {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #EBEEF2;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.page-inner .aboutus-company .chairman .chairman-info .name::after {
  content: '';
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #C8282E;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.page-inner .aboutus-company .chairman .chairman-info .tags {
  width: calc(100% - 40px);
  margin-top: 20px;
}

.page-inner .aboutus-company .chairman .chairman-info .tags li {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  font-weight: bolder;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 13%, #FFFFFF 74%, rgba(255, 255, 255, 0) 100%);
}

.page-inner .aboutus-company .chairman .chairman-info .tags li .cc-circles {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

.page-inner .aboutus-company .chairman .chairman-info .tags li + li {
  margin-top: 4px;
}

.page-inner .aboutus-company .chairman .chairman-info .describe {
  width: calc(100% - 40px);
  height: 136px;
  margin-top: 68px;
  line-height: 34px;
  text-align: justify;
  color: #41485D;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs {
  width: calc(100% - 30px);
  height: 80px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li {
  width: 298px;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-left: 24px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li:nth-child(1) .icon-img {
  width: 65px;
  top: 24px;
  right: -4px;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li:nth-child(2) .icon-img {
  width: 60px;
  top: 26px;
  right: 3px;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li p {
  position: relative;
  z-index: 1;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li p b {
  font-size: 20px;
  color: #41485D;
  line-height: 28px;
  display: inline-block;
  transition: all .6s;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li p span {
  font-size: 14px;
  line-height: 18px;
  color: #858B9C;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li .bg {
  width: 100%;
  height: 100%;
  background: url("../images/chairman_bg.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s;
  opacity: 1;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li .icon-img {
  position: absolute;
  z-index: 1;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/chairman_bg_light.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s;
  opacity: 0;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li::after {
  content: '\e62a';
  font-family: 'icon';
  width: 98px;
  height: 98px;
  font-size: 104px;
  color: rgba(189, 35, 40, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: -38px;
  transition: all .6s;
  transform: scale(0);
  transition-delay: 0.1s;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li.cur .bg, .page-inner .aboutus-company .chairman .chairman-info .about-tabs li:not(.cur):hover .bg {
  opacity: 0;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li.cur p b, .page-inner .aboutus-company .chairman .chairman-info .about-tabs li:not(.cur):hover p b {
  color: #C82126;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li.cur::before, .page-inner .aboutus-company .chairman .chairman-info .about-tabs li:not(.cur):hover::before {
  opacity: 1;
}

.page-inner .aboutus-company .chairman .chairman-info .about-tabs li.cur::after, .page-inner .aboutus-company .chairman .chairman-info .about-tabs li:not(.cur):hover::after {
  transform: scale(1);
}

.page-inner .aboutus-company .chairman .chairman-about {
  width: 100%;
  border-radius: 12px 12px 0 0;
  background: #fff;
  position: relative;
  margin-top: 28px;
  box-sizing: border-box;
  padding: 8px 32px 40px;
}

.page-inner .aboutus-company .chairman .chairman-about .names {
  width: 100%;
  height: 112px;
  margin-bottom: 20px;
  position: relative;
}

.page-inner .aboutus-company .chairman .chairman-about .names .show.name {
  opacity: 1;
}

.page-inner .aboutus-company .chairman .chairman-about .name {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all .6s;
}

.page-inner .aboutus-company .chairman .chairman-about .name b {
  font-size: 40px;
  color: #C82126;
  line-height: 112px;
}

.page-inner .aboutus-company .chairman .chairman-about .name .en {
  font-size: 20px;
  color: #858B9C;
  letter-spacing: 3.09px;
  margin-left: 16px;
  line-height: 112px;
}

.page-inner .aboutus-company .chairman .chairman-about .name .cc-circles {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 58px;
}

.page-inner .aboutus-company .chairman .chairman-about .name .cc-circles i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.page-inner .aboutus-company .chairman .chairman-about .name::before {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #EBEEF2;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.page-inner .aboutus-company .chairman .chairman-about .name::after {
  content: '';
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: #C8282E;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.page-inner .aboutus-company .chairman .chairman-about .about-item {
  height: 0;
  overflow: hidden;
}

.page-inner .aboutus-company .chairman .chairman-about .honors li {
  color: #111A34;
  line-height: 48px;
  box-sizing: border-box;
  padding-left: 18px;
  position: relative;
}

.page-inner .aboutus-company .chairman .chairman-about .honors li span {
  margin-right: 6px;
}

.page-inner .aboutus-company .chairman .chairman-about .honors li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #41485D;
  position: absolute;
  top: 24px;
  left: 0;
}

.page-inner .aboutus-company .chairman .chairman-about .text {
  line-height: 28px;
  color: #111A34;
  padding-top: 8px;
}

.page-inner .aboutus-company .chairman .chairman-about .text p {
  text-align: justify;
}

.page-inner .aboutus-company .chairman .chairman-about::after {
  content: '';
  width: 100%;
  height: 12px;
  background: linear-gradient(to right, #CE8C28 0%, #CE8C28 0.89%, #ECD3AD 0.89%, #ECD3AD 1.64%, #CE8C28 1.64%, #CE8C28 9.08%, #CD7728 9.08%, #CD7728 16.52%, #CC6127 16.52%, #CC6127 23.96%, #CA4C27 23.96%, #CA4C27 31.4%, #C93626 31.4%, #C93626 38.84%, #C82126 38.84%, #C82126 100%);
  position: absolute;
  bottom: -12px;
  left: 0;
}

.page-inner .aboutus-cloudmedical {
  background: #F0F3F5;
  box-sizing: border-box;
  padding: 112px 0 152px;
}

.page-inner .aboutus-cloudmedical .name {
  width: 100%;
  height: 166px;
  padding: 0 calc((100vw - 1200px) / 2);
  position: relative;
  background: linear-gradient(-90deg, rgba(240, 243, 245, 0.0539) 0%, #DFE1E8 94%);
  box-sizing: border-box;
}

.page-inner .aboutus-cloudmedical .name b {
  font-size: 40px;
  color: #111A34;
  line-height: 144px;
}

.page-inner .aboutus-cloudmedical .name .en {
  font-size: 20px;
  color: #666F83;
  opacity: 0.21;
  letter-spacing: 3.09px;
  margin-left: 16px;
  line-height: 144px;
}

.page-inner .aboutus-cloudmedical .name .cc-circles {
  width: 24px;
  height: 24px;
  position: absolute;
  right: calc((100vw - 1200px) / 2);
  top: 72px;
}

.page-inner .aboutus-cloudmedical .name .cc-circles i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.page-inner .aboutus-cloudmedical .want {
  width: 100%;
  height: 668px;
  position: relative;
}

.page-inner .aboutus-cloudmedical .want .want-body {
  width: 100%;
  height: 100%;
  background: url("../images/want_banner.png") no-repeat center/cover;
  box-sizing: border-box;
  padding-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.page-inner .aboutus-cloudmedical .want .detail {
  width: 794px;
  height: 440px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2263) 0%, rgba(255, 255, 255, 0.0617) 82%);
  backdrop-filter: blur(10px);
}

.page-inner .aboutus-cloudmedical .want .detail .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-inner .aboutus-cloudmedical .want .detail .item strong {
  font-size: 40px;
  letter-spacing: 6.18px;
  line-height: 56px;
}

.page-inner .aboutus-cloudmedical .want .detail .item b {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 6.76px;
  opacity: 0.3959;
}

.page-inner .aboutus-cloudmedical .want .detail .item p {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 3.09px;
  text-align: center;
  margin-top: 14px;
  position: relative;
}

.page-inner .aboutus-cloudmedical .want .detail .item p::before {
  content: '';
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #C8282E;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -12px;
}

.page-inner .aboutus-cloudmedical .want .detail .item + .item {
  margin-top: 34px;
}

.page-inner .aboutus-cloudmedical .want .detail::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/want_bg.png") no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-inner .aboutus-cloudmedical .want::before {
  content: 'VISION AND MISSION';
  width: 100%;
  font-size: 110px;
  font-weight: bold;
  line-height: 120px;
  white-space: nowrap;
  position: absolute;
  top: 636px;
  left: 0;
  box-sizing: border-box;
  padding-left: calc(((100vw - 1200px) / 2) + 576px);
  color: rgba(102, 111, 131, 0.0555);
  background: linear-gradient(91deg, rgba(240, 243, 245, 0) 0%, rgba(223, 225, 232, 0.7) 94%);
}

.page-inner .aboutus-cloudmedical .introduction {
  margin-top: 124px;
  height: 784px;
  background: url("../images/cloudmedical_bg.png") no-repeat left top/cover;
}

.page-inner .aboutus-cloudmedical .introduction .detail {
  width: 100%;
  height: calc(100% - 170px);
  box-sizing: border-box;
  padding: 122px calc((100vw - 1200px) / 2) 0;
  display: flex;
}

.page-inner .aboutus-cloudmedical .introduction .detail .title {
  width: 560px;
  display: flex;
  flex-direction: column;
}

.page-inner .aboutus-cloudmedical .introduction .detail .title b {
  font-size: 40px;
  color: #111A34;
  line-height: 48px;
}

.page-inner .aboutus-cloudmedical .introduction .detail .title .en {
  font-size: 20px;
  color: #666F83;
  opacity: 0.21;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 4px;
}

.page-inner .aboutus-cloudmedical .introduction .detail .title .cc-circles {
  width: 24px;
  height: 24px;
  margin-top: 18px;
}

.page-inner .aboutus-cloudmedical .introduction .detail .title .cc-circles i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.page-inner .aboutus-cloudmedical .introduction .detail .text {
  width: 640px;
}

.page-inner .aboutus-cloudmedical .introduction .detail .text p {
  line-height: 36px;
  text-align: justify;
  color: #111A34;
  text-indent: 2em;
}

.page-inner .aboutus-cloudmedical .introduction .detail .text p + p {
  margin-top: 50px;
}

.page-inner .aboutus-cloudmedical .introduction .brands {
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1722) 0%, rgba(255, 255, 255, 0.5011) 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(13.6px);
  padding: 30px calc((100vw - 1200px) / 2) 34px;
  display: flex;
  align-items: flex-start;
}

.page-inner .aboutus-cloudmedical .introduction .brands li {
  width: 25%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 20px 40px 0 20px;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .logo {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .logo .logo-img {
  height: 36px;
  width: auto;
  flex-shrink: 0;
  margin-right: 8px;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .logo .logo-img img {
  height: 100%;
  width: auto;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .logo span {
  font-size: 12px;
  line-height: 18px;
  color: #858B9C;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .num-box {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .num-box .num {
  font-size: 40px;
  color: #41485D;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .num-box .j {
  font-size: 24px;
  color: #41485D;
  margin-left: -4px;
  margin-right: 2px;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .num-box .unit {
  font-size: 14px;
  color: #41485D;
}

.page-inner .aboutus-cloudmedical .introduction .brands li .num-box::before {
  content: '';
  width: 250px;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 35%, #D4D9E1 100%);
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: -1;
}

.page-inner .aboutus-cloudmedical .introduction .brands li::before {
  content: '';
  width: 100%;
  height: 86px;
  opacity: 0.6022;
  background: linear-gradient(288deg, rgba(255, 255, 255, 0) 19%, #FFFFFF 98%);
  position: absolute;
  top: 0;
  left: 0;
}

.page-inner .aboutus-cloudmedical .statistics {
  width: 1200px;
  height: 164px;
  display: flex;
  align-items: center;
  margin: 96px auto 40px;
}

.page-inner .aboutus-cloudmedical .statistics li {
  width: calc((100% - 230px) / 5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-inner .aboutus-cloudmedical .statistics li:nth-child(2) {
  width: 230px;
}

.page-inner .aboutus-cloudmedical .statistics li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-inner .aboutus-cloudmedical .statistics li .item .num-box {
  height: 48px;
  display: flex;
  align-items: flex-end;
}

.page-inner .aboutus-cloudmedical .statistics li .item .num-box .num,
.page-inner .aboutus-cloudmedical .statistics li .item .num-box .num-sub {
  font-size: 48px;
  color: #C82126;
}

.page-inner .aboutus-cloudmedical .statistics li .item .num-box .j {
  font-size: 40px;
  color: #C82126;
}

.page-inner .aboutus-cloudmedical .statistics li .item .num-box .unit {
  font-size: 14px;
  color: #666F83;
  margin-left: 6px;
  margin-bottom: 12px;
}

.page-inner .aboutus-cloudmedical .statistics li .item .from {
  font-size: 14px;
  color: #41485D;
  line-height: 20px;
  margin-top: 2px;
  font-weight: bold;
}

.page-inner .aboutus-cloudmedical .statistics li .cc-circles {
  width: 22px;
  height: 22px;
  margin-top: 12px;
}

.page-inner .aboutus-cloudmedical .statistics li .cc-circles i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.page-inner .aboutus-cloudmedical .video-box {
  width: 1200px;
  height: 674px;
  margin: 0 auto;
}

.page-inner .aboutus-cloudmedical .video-box .video-inner {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.page-inner .aboutus-cloudmedical .video-box .video-inner .play {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.page-inner .aboutus-cloudmedical .video-box .video-inner .play .icon {
  font-size: 48px;
}

.page-inner .aboutus-cloudmedical .video-box .video-inner .play span {
  line-height: 24px;
  margin-top: 8px;
}

.page-inner .aboutus-cloudmedical .video-box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-inner .aboutus-honor {
  background: #F0F3F5;
  box-sizing: border-box;
  padding-bottom: 148px;
}

.page-inner .aboutus-honor .name {
  width: 1200px;
  height: 142px;
  margin: 0 auto;
  position: relative;
}

.page-inner .aboutus-honor .name b {
  font-size: 40px;
  color: #111A34;
  line-height: 142px;
}

.page-inner .aboutus-honor .name .en {
  font-size: 20px;
  color: #666F83;
  opacity: 0.21;
  letter-spacing: 3.09px;
  margin-left: 16px;
  line-height: 142px;
}

.page-inner .aboutus-honor .name .cc-circles {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 72px;
}

.page-inner .aboutus-honor .name .cc-circles i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.page-inner .aboutus-honor .history {
  width: 100%;
  height: 1080px;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1003);
  background: #F7F9FA;
  position: relative;
}

.page-inner .aboutus-honor .history .name {
  height: 48px;
  position: absolute;
  top: 58px;
  left: calc((100% - 1200px) / 2);
  z-index: 5;
}

.page-inner .aboutus-honor .history .name b,
.page-inner .aboutus-honor .history .name .en {
  line-height: 48px;
}

.page-inner .aboutus-honor .history .name .cc-circles {
  top: 12px;
}

.page-inner .aboutus-honor .history .bg-line {
  width: 2400px;
  position: absolute;
  top: 390px;
  left: -90px;
}

.page-inner .aboutus-honor .history .bg-line img {
  width: 100%;
}

.page-inner .aboutus-honor .history::before, .page-inner .aboutus-honor .history::after {
  content: '';
  width: 160px;
  height: calc(100% - 1px);
  position: absolute;
  top: 1px;
  z-index: 2;
}

.page-inner .aboutus-honor .history::before {
  background: linear-gradient(269deg, rgba(255, 255, 255, 0) 5%, #F7F9FA 96%);
  left: 0;
}

.page-inner .aboutus-honor .history::after {
  background: linear-gradient(271deg, #F7F9FA 92%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  width: 106%;
  transform: translateX(0%);
}

.page-inner .aboutus-honor .history-list {
  width: 2860px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -320px;
  display: flex;
}

.page-inner .aboutus-honor .history-list .hitem {
  width: 460px;
  height: 100%;
  margin: 0 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.page-inner .aboutus-honor .history-list .hitem .year {
  width: 180px;
  height: 180px;
  position: relative;
  font-family: 'AlibabaPuHuiTi';
}

.page-inner .aboutus-honor .history-list .hitem .year .normal {
  font-size: 38px;
  font-weight: bold;
  line-height: 55px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #666F83;
  opacity: 0;
}

.page-inner .aboutus-honor .history-list .hitem .year .light {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.page-inner .aboutus-honor .history-list .hitem .year .light span {
  display: inline-block;
  width: 150px;
  height: 150px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 150px;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.page-inner .aboutus-honor .history-list .hitem .year .light span::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #C82126;
  box-sizing: border-box;
  border: 1.2px solid rgba(255, 255, 255, 0.1791);
  position: absolute;
  top: -1.2px;
  left: -1.2px;
  z-index: -1;
}

.page-inner .aboutus-honor .history-list .hitem .year .light::before, .page-inner .aboutus-honor .history-list .hitem .year .light::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.page-inner .aboutus-honor .history-list .hitem .year .light::before {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(216, 216, 216, 0.01);
  box-shadow: inset 0px 6px 13px 0px rgba(255, 10, 10, 0.2508);
  top: 0;
  left: 0;
}

.page-inner .aboutus-honor .history-list .hitem .year .light::after {
  width: 185px;
  height: 61px;
  background: #FCAE7E;
  filter: blur(83.93px);
  border-radius: 50%;
  bottom: 0;
  left: -2.5px;
}

.page-inner .aboutus-honor .history-list .hitem .circle-box {
  margin: 16px 0 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-inner .aboutus-honor .history-list .hitem .circle-box span {
  display: inline-block;
  width: 24px;
  height: 36px;
  opacity: 0;
  overflow: hidden;
}

.page-inner .aboutus-honor .history-list .hitem .circle-box .circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(180deg, #E6454E 0%, #C82126 100%);
  border-radius: 50%;
  border: 3.6px solid #FFFFFF;
  margin-top: 6px;
  opacity: 0;
}

.page-inner .aboutus-honor .history-list .hitem .events {
  max-width: 100%;
  position: relative;
}

.page-inner .aboutus-honor .history-list .hitem .events li {
  display: flex;
  align-items: flex-start;
  opacity: 0;
}

.page-inner .aboutus-honor .history-list .hitem .events li .cc-circles {
  width: 22px;
  height: 36px;
  margin-right: 12px;
}

.page-inner .aboutus-honor .history-list .hitem .events li p {
  font-size: 20px;
  color: #111A34;
  line-height: 36px;
}

.page-inner .aboutus-honor .history-list .hitem .events li + li {
  margin-top: 12px;
}

.page-inner .aboutus-honor .history-list .hitem .events::before {
  content: '';
  width: 0px;
  height: 60px;
  opacity: 1;
  border-left: 1.5px dashed #DE3C43;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -0.75px;
  opacity: 0;
}

.page-inner .aboutus-honor .history-list .hitem:nth-child(1) {
  padding-top: 434px;
}

.page-inner .aboutus-honor .history-list .hitem:nth-child(2) {
  padding-top: 374px;
}

.page-inner .aboutus-honor .history-list .hitem:nth-child(3) {
  padding-top: 194px;
}

.page-inner .aboutus-honor .history-list .hitem:nth-child(4) {
  padding-top: 314px;
}

.page-inner .aboutus-honor .history-list .hitem:nth-child(5) {
  padding-top: 144px;
}

.page-inner .aboutus-honor .history-list .hitem:nth-child(6) {
  padding-top: 250px;
}

.page-inner .aboutus-honor .history-years {
  width: 1200px;
  height: 80px;
  position: absolute;
  bottom: 104px;
  left: 50%;
  margin-left: -600px;
  z-index: 4;
}

.page-inner .aboutus-honor .history-years .years-box {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(0px);
  opacity: 0.2;
  transition: all .3s;
  overflow: hidden;
}

.page-inner .aboutus-honor .history-years .years-box:hover {
  opacity: 1;
}

.page-inner .aboutus-honor .history-years .years-anchor {
  width: calc(100% - 240px);
  height: 100%;
  margin-left: 120px;
  position: relative;
  overflow: hidden;
}

.page-inner .aboutus-honor .history-years .years-anchor .anchors {
  height: 100%;
  display: flex;
  transition: all .5s;
}

.page-inner .aboutus-honor .history-years .years-anchor .anchor {
  width: 214px;
  height: 100%;
  line-height: 80px;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  font-family: 'AlibabaPuHuiTi';
}

.page-inner .aboutus-honor .history-years .years-anchor .anchor span {
  color: #111A34;
  display: inline-block;
  transition: all .3s;
}

.page-inner .aboutus-honor .history-years .years-anchor .anchor.act span {
  color: #C82126;
  transform: scale(1.5);
  font-weight: bold;
}

.page-inner .aboutus-honor .history-years .years-anchor::before, .page-inner .aboutus-honor .history-years .years-anchor::after {
  content: '';
  width: 30px;
  height: 80px;
  background: linear-gradient(270deg, rgba(255, 252, 251, 0) 3%, #FFFFFF 86%);
  position: absolute;
  top: 0;
  z-index: 1;
}

.page-inner .aboutus-honor .history-years .years-anchor::before {
  left: 0;
}

.page-inner .aboutus-honor .history-years .years-anchor::after {
  right: 0;
  transform: rotateY(180deg);
}

.page-inner .aboutus-honor .history-years .page-button {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: #C82126;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  top: 28px;
  cursor: pointer;
}

.page-inner .aboutus-honor .history-years .page-button i {
  display: inline-block;
  transform-origin: center;
  transform: scale(0.6);
}

.page-inner .aboutus-honor .history-years .page-button.year-prev {
  left: 48px;
}

.page-inner .aboutus-honor .history-years .page-button.year-next {
  right: 48px;
}

.page-inner .aboutus-honor .history.ani::after {
  --xe: 92.1%;
  animation: lineAni 1.5s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .circle-box span {
  --eopa: 1;
  --esca: 1;
  transform-origin: bottom center;
  animation: yyl_scalein_y 0.4s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .circle-box .circle {
  --eopa: 1;
  --esca: 1;
  cursor: pointer;
  animation: yyl_scalein 0.4s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .year:not(.cur) .normal {
  --eopa: 1;
  animation: yyl_fadein 0.3s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .year.cur .light {
  --eopa: 1;
  animation: yyl_fadein 0.3s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .year.cur .light span {
  --eopa: 1;
  animation: yyl_fadein 0.3s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .year.cur .light span::before {
  animation: yyl_scalein 0.2s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .events li {
  animation: yyl_fadein_down 0.4s linear forwards;
  animation-delay: var(--anidel);
}

.page-inner .aboutus-honor .history.ani .history-list .hitem .events::before {
  --eopa: 1;
  --esca: 1;
  transform-origin: top center;
  animation: yyl_scalein_y 0.3s linear forwards;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .year:not(.cur) .normal {
  animation-delay: 0.5s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .year.cur .light {
  animation-delay: 0.5s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .year.cur .light span {
  animation-delay: 0.65s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .year.cur .light span::before {
  animation-delay: 0.65s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .events::before {
  animation-delay: 0.35s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .circle-box span {
  animation-delay: 0.2s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(1) .circle-box .circle {
  animation-delay: 0s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .year:not(.cur) .normal {
  animation-delay: 0.8s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .year.cur .light {
  animation-delay: 0.8s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .year.cur .light span {
  animation-delay: 0.95s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .year.cur .light span::before {
  animation-delay: 0.95s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .events::before {
  animation-delay: 0.65s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .circle-box span {
  animation-delay: 0.5s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(2) .circle-box .circle {
  animation-delay: 0.3s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .year:not(.cur) .normal {
  animation-delay: 1.1s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .year.cur .light {
  animation-delay: 1.1s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .year.cur .light span {
  animation-delay: 1.25s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .year.cur .light span::before {
  animation-delay: 1.25s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .events::before {
  animation-delay: 0.95s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .circle-box span {
  animation-delay: 0.8s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(3) .circle-box .circle {
  animation-delay: 0.6s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .year:not(.cur) .normal {
  animation-delay: 1.4s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .year.cur .light {
  animation-delay: 1.4s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .year.cur .light span {
  animation-delay: 1.55s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .year.cur .light span::before {
  animation-delay: 1.55s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .events::before {
  animation-delay: 1.25s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .circle-box span {
  animation-delay: 1.1s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(4) .circle-box .circle {
  animation-delay: 0.9s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .year:not(.cur) .normal {
  animation-delay: 1.7s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .year.cur .light {
  animation-delay: 1.7s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .year.cur .light span {
  animation-delay: 1.85s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .year.cur .light span::before {
  animation-delay: 1.85s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .events::before {
  animation-delay: 1.55s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .circle-box span {
  animation-delay: 1.4s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(5) .circle-box .circle {
  animation-delay: 1.2s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .year:not(.cur) .normal {
  animation-delay: 2s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .year.cur .light {
  animation-delay: 2s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .year.cur .light span {
  animation-delay: 2.15s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .year.cur .light span::before {
  animation-delay: 2.15s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .events::before {
  animation-delay: 1.85s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .circle-box span {
  animation-delay: 1.7s;
}

.page-inner .aboutus-honor .history.ani .history-list .hitem:nth-child(6) .circle-box .circle {
  animation-delay: 1.5s;
}

.page-inner .aboutus-honor .history.stop .history-list .hitem:nth-child(n) .year:not(.cur) .normal {
  animation-delay: 0s !important;
}

.page-inner .aboutus-honor .history.stop .history-list .hitem:nth-child(n) .year.cur .light {
  animation-delay: 0s !important;
}

.page-inner .aboutus-honor .history.stop .history-list .hitem:nth-child(n) .year.cur .light span {
  animation-delay: 0.15s !important;
}

.page-inner .aboutus-honor .history.stop .history-list .hitem:nth-child(n) .year.cur .light span::before {
  animation-delay: 0.15s !important;
}

.page-inner .aboutus-honor .honor-play {
  width: 100%;
  height: 498px;
  background: linear-gradient(270deg, rgba(242, 242, 243, 0.5681) -11%, #E1E2E3 50%, #E5E5E5 71%, rgba(224, 225, 226, 0.2194) 97%);
  position: relative;
  box-sizing: border-box;
  padding: 32px 0;
}

.page-inner .aboutus-honor .honor-play::before, .page-inner .aboutus-honor .honor-play::after {
  content: '';
  width: 190px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.page-inner .aboutus-honor .honor-play::before {
  left: 0;
  background: linear-gradient(90deg, #F0F3F5 15%, rgba(249, 250, 251, 0) 100%);
}

.page-inner .aboutus-honor .honor-play::after {
  right: 0;
  background: linear-gradient(-90deg, #F0F3F5 15%, rgba(249, 250, 251, 0) 100%);
}

.page-inner .aboutus-honor .honor-play .swiper-container {
  width: 100%;
  height: 202px;
}

.page-inner .aboutus-honor .honor-play .swiper-container + .swiper-container {
  margin-top: 30px;
}

.page-inner .aboutus-honor .honor-play .swiper-container .swiper-slide {
  position: relative;
  z-index: 1;
}

.page-inner .aboutus-honor .honor-play .swiper-container .swiper-slide::before {
  content: '';
  width: calc(100% - 20px);
  height: 24px;
  position: absolute;
  left: 10px;
  bottom: -1px;
  z-index: -1;
  background: #D9E0E5;
  filter: blur(27.2px);
}

.page-inner .aboutus-honor .honor-play .swiper-container .swiper-wrapper {
  /* 默认是ease-out */
  -webkit-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.page-inner .news {
  box-sizing: border-box;
  padding: 100px calc((100vw - 1200px) / 2) 106px;
  background: #F0F3F5;
}

.page-inner .news .mian-new {
  width: 100%;
  height: 558px;
  display: flex;
  justify-content: space-between;
}

.page-inner .news .mian-new .new-info {
  width: calc(50% - 168px);
  height: 558px;
  background: url("../images/news_main_bg.png") no-repeat left top/cover;
  box-sizing: border-box;
  padding: 74px 36px 0;
  border-radius: 0 12px 12px 12px;
  overflow: hidden;
  position: relative;
}

.page-inner .news .mian-new .new-info .date {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666F83;
  margin-bottom: 22px;
}

.page-inner .news .mian-new .new-info h3 {
  color: #111A34;
  line-height: 36px;
}

.page-inner .news .mian-new .new-info .detail {
  -webkit-line-clamp: 7;
  text-align: justify;
  line-height: 32px;
  color: #666F83;
  margin-top: 16px;
}

.page-inner .news .mian-new .new-info .learn-more {
  width: calc(100% - 72px);
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: 36px;
}

.page-inner .news .mian-new .new-info .learn-more span {
  color: #C82126;
}

.page-inner .news .mian-new .new-info .learn-more .icon {
  display: inline-block;
  color: #C5CAD5;
  animation: lrmove 1s linear 0s infinite;
}

.page-inner .news .mian-new .new-img {
  width: calc(50% + 144px);
  height: 558px;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.0823);
  border-radius: 12px;
  overflow: hidden;
}

.page-inner .news .more {
  width: 100%;
  height: 48px;
  margin: 90px 0 40px;
}

.page-inner .news .more .cc-circles {
  margin-left: auto;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 24px;
}

.page-inner .news .more .cc-circles i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.page-inner .news .more b {
  font-size: 40px;
  color: #111A34;
}

.page-inner .news .more span {
  font-size: 20px;
  letter-spacing: 3.09px;
  color: #666F83;
}

.page-inner .news .news-list {
  width: 100%;
}

.page-inner .news .news-list li {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 36px 50px 36px 26px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.page-inner .news .news-list li .fullimg {
  width: 440px;
  height: 248px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 36px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.page-inner .news .news-list li .fullimg img {
  display: inline-block;
  transition: all 0.6s;
}

.page-inner .news .news-list li .fullimg.video::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  transition: all 0.6s;
  z-index: 1;
}

.page-inner .news .news-list li .fullimg.video::after {
  content: '\e626';
  font-family: 'icon';
  font-size: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s;
}

.page-inner .news .news-list li .new-info {
  width: calc(100% - 476px);
  height: 100%;
  position: relative;
  z-index: 1;
}

.page-inner .news .news-list li .new-info .date {
  width: 100%;
  height: 92px;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px 12px 8px 8px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.page-inner .news .news-list li .new-info .date b {
  font-size: 46px;
  line-height: 50px;
  color: #111A34;
  margin-bottom: 4px;
  transition: all .6s;
}

.page-inner .news .news-list li .new-info .date span {
  font-size: 14px;
  line-height: 20px;
  color: #666F83;
  transition: all .6s;
}

.page-inner .news .news-list li .new-info .date::before, .page-inner .news .news-list li .new-info .date::after {
  content: '';
  width: 100%;
  height: 100%;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-inner .news .news-list li .new-info .date::before {
  background: url("../images/news_date_bg.png") no-repeat top center/cover;
  opacity: 1;
}

.page-inner .news .news-list li .new-info .date::after {
  background: url("../images/news_date_bg_light.png") no-repeat top center/cover;
  opacity: 0;
}

.page-inner .news .news-list li .new-info h3 {
  line-height: 32px;
  color: #111A34;
  transition: all .6s;
}

.page-inner .news .news-list li .new-info .desc {
  line-height: 28px;
  text-align: justify;
  color: #666F83;
  margin-top: 12px;
}

.page-inner .news .news-list li:hover .fullimg img {
  transform: scale(1.1);
}

.page-inner .news .news-list li:hover .fullimg.video::before, .page-inner .news .news-list li:hover .fullimg.video::after {
  opacity: 1;
}

.page-inner .news .news-list li:hover .new-info .date b,
.page-inner .news .news-list li:hover .new-info .date span {
  color: #BD2328;
}

.page-inner .news .news-list li:hover .new-info .date::before {
  opacity: 0;
}

.page-inner .news .news-list li:hover .new-info .date::after {
  opacity: 1;
}

.page-inner .news .news-list li:hover .new-info h3 {
  color: #BD2328;
}

.page-inner .news .news-list li + li {
  margin-top: 24px;
}

.page-inner .news-detail {
  box-sizing: border-box;
  padding: 60px calc((100vw - 1200px) / 2) 146px;
  background: #fff;
  box-sizing: border-box;
}

.page-inner .news-detail .title {
  font-size: 38px;
  color: #333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 24px;
}

.page-inner .news-detail .detail-about {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-bottom: 11px;
}

.page-inner .news-detail .detail-about td {
  width: 25%;
  color: #666F83;
  font-size: 16px;
}

.page-inner .news-detail .detail-about td .td-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-inner .news-detail .detail-about td .icon {
  color: #C5CAD5;
  margin-right: 4px;
  font-size: 18px;
}

.page-inner .news-detail .detail-rich {
  margin: 12px 0 32px;
  padding: 40px 0 120px;
  border: solid #DFE1E8;
  border-width: 1px 0;
  overflow: hidden;
}

.page-inner .news-detail .detail-rich p {
  margin-bottom: 32px;
  text-indent: 2em;
  text-align: justify;
}

.page-inner .news-detail .detail-rich p,
.page-inner .news-detail .detail-rich span {
  font-size: 16px;
  color: #111A34;
  line-height: 34px;
}

.page-inner .news-detail .detail-rich img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.page-inner .news-detail .detail-rich video {
  width: 100%;
}

.page-inner .news-detail .foot-tool {
  height: 88px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
  color: #333;
}

.page-inner .news-detail .foot-tool a {
  display: flex;
  align-items: center;
}

.page-inner .news-detail .foot-tool a .mar {
  color: #666F83;
  margin: 0 8px;
  transition: 400ms;
}

.page-inner .news-detail .foot-tool .button_su {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.page-inner .news-detail .foot-tool .button_su .su_button_circle {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.page-inner .news-detail .foot-tool .button_su .button_su_inner {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #858B9C;
  border-radius: 50%;
  background: #F0F3F5;
}

.page-inner .news-detail .foot-tool .button_su .button_su_inner::before {
  z-index: 10;
  transition: 400ms;
}

.page-inner .news-detail .foot-tool .button_su .explode-circle {
  animation: explode 0.6s forwards;
}

.page-inner .news-detail .foot-tool .button_su .desplode-circle {
  animation: desplode 0.5s forwards;
}

.page-inner .news-detail .foot-tool a:hover .button_su .button_su_inner::before {
  color: #fff;
}

.page-inner .news-detail .foot-tool a:hover .mar {
  color: #BD2328;
}

.page-inner .solution-clinic {
  background: #F0F3F5;
}

.page-inner .solution-clinic .dilemma {
  min-height: 970px;
  padding: 100px calc((100vw - 1200px) / 2);
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.page-inner .solution-clinic .dilemma .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-top: 45px;
  z-index: 1;
}

.page-inner .solution-clinic .dilemma .title .cn {
  font-size: 40px;
  line-height: 48px;
  color: #111A34;
}

.page-inner .solution-clinic .dilemma .title .cn span {
  color: #C82126;
}

.page-inner .solution-clinic .dilemma .title .en {
  font-size: 20px;
  color: #666F83;
  letter-spacing: 3.09px;
  line-height: 30px;
  margin-top: 2px;
  color: rgba(102, 111, 131, 0.21);
}

.page-inner .solution-clinic .dilemma .title::before {
  content: '';
  width: 236px;
  height: 7px;
  background: linear-gradient(270deg, rgba(224, 73, 81, 0) -3%, #BD2328 100%);
  position: absolute;
  bottom: 0;
  left: 424px;
  border-radius: 4px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls {
  width: 710px;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list {
  width: 618px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li {
  width: 100%;
  height: 72px;
  position: relative;
  background: linear-gradient(274deg, rgba(255, 255, 255, 0.01) -14%, #FFECEC 99%);
  backdrop-filter: blur(27.2px);
  border-radius: 8px 2px 8px 8px;
  overflow: hidden;
  position: relative;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li p {
  height: 100%;
  width: calc(100% - 132px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 18px 0 24px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li p span {
  display: inline-block;
  width: calc(100% - 44px);
  font-size: 20px;
  color: #111A34;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li + li {
  margin-top: 25.5px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/solution_clinic_box1.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .list li::after {
  content: '';
  width: 74px;
  height: 70px;
  background-image: var(--no);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 32px;
  right: 28px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .tips {
  width: 72px;
  height: 462px;
  position: relative;
  background: linear-gradient(345deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 236, 236, 0.1438) 69%);
  border-radius: 8px 2px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(27.2px);
}

.page-inner .solution-clinic .dilemma .dilemma-ls .tips::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/solution_clinic_box2.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .tips .dual-arrow {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 24px;
}

.page-inner .solution-clinic .dilemma .dilemma-ls .tips .dual-arrow:last-child {
  transform: rotate(180deg) translateY(10px);
}

.page-inner .solution-clinic .dilemma .dilemma-ls .tips span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 20px;
  color: #111A34;
  margin: 16px 0;
  letter-spacing: 8px;
}

.page-inner .solution-clinic .dilemma .right-thumb {
  width: 1073px;
  height: 785px;
  position: absolute;
  top: 84px;
  right: 0;
  box-sizing: border-box;
  padding-top: 16px;
}

.page-inner .solution-clinic .dilemma .right-thumb .fullimg {
  width: 1004px;
  height: 700px;
  border-radius: 24px 0 0 24px;
  box-shadow: 0px 5px 17px 0px rgba(143, 152, 162, 0.1667);
  overflow: hidden;
  float: right;
}

.page-inner .solution-clinic .dilemma .right-thumb::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/solution_clinic_mask.png") no-repeat left bottom;
  position: absolute;
  top: 0;
  left: 0;
}

.page-inner .solution-clinic .engineering {
  padding: 40px calc((100vw - 1200px) / 2) 144px;
  box-sizing: border-box;
}

.page-inner .solution-clinic .engineering .slogan {
  width: 100%;
  height: 144px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2944) 0%, #FFFFFF 100%);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(27.2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.page-inner .solution-clinic .engineering .slogan h1 {
  font-size: 40px;
  color: #111A34;
  margin-bottom: 12px;
}

.page-inner .solution-clinic .engineering .slogan p {
  font-size: 20px;
  line-height: 28px;
  color: #666F83;
  letter-spacing: 1px;
}

.page-inner .solution-clinic .engineering .title {
  width: 100%;
  height: 270px;
  background: url("../images/solution_clinic_bg.png") no-repeat center/cover;
  box-sizing: border-box;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.page-inner .solution-clinic .engineering .title h1 {
  font-family: 'AlibabaPuHuiTi';
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 4px;
  text-shadow: 0px 1px 9px #E83322;
}

.page-inner .solution-clinic .engineering .title p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2px;
  text-shadow: 0px 4px 11px #E83322;
}

.page-inner .solution-clinic .engineering .departments {
  width: 100%;
  height: 240px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  margin: 8px 0 16px;
}

.page-inner .solution-clinic .engineering .departments .list {
  display: flex;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #F0F3F5;
}

.page-inner .solution-clinic .engineering .departments .list li {
  flex-grow: 1;
  height: 100%;
  box-shadow: inset -1px 0px 0px 0px rgba(240, 243, 245, 0.5);
  box-sizing: border-box;
  padding: 0 24px 0 16px;
  display: flex;
  align-items: center;
}

.page-inner .solution-clinic .engineering .departments .list li .fullimg {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  flex-shrink: 0;
}

.page-inner .solution-clinic .engineering .departments .list li b {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 24px;
  color: #111A34;
}

.page-inner .solution-clinic .engineering .departments .list li span {
  font-size: 14px;
  line-height: 14px;
  color: #858B9C;
  height: 28px;
  white-space: nowrap;
}

.page-inner .solution-clinic .engineering .departments .total {
  width: 100%;
  height: 130px;
  line-height: 130px;
  font-size: 24px;
  letter-spacing: 2px;
  color: #111A34;
  text-align: center;
}

.page-inner .solution-clinic .engineering .departments .total strong {
  font-size: 48px;
  color: #C82126;
}

.page-inner .solution-clinic .engineering .departments .total span {
  margin-right: 10px;
}

.page-inner .solution-clinic .engineering .departments .total span:last-child {
  margin-right: 0;
}

.page-inner .solution-clinic .engineering .infos {
  width: 100%;
}

.page-inner .solution-clinic .engineering .infos .info {
  width: 100%;
  height: 124px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.page-inner .solution-clinic .engineering .infos .info .card {
  width: 242px;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(291deg, #FFECEC 2%, rgba(255, 255, 255, 0) 132%), #FFFFFF;
  margin-right: 22px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 16px;
  line-height: 20px;
}

.page-inner .solution-clinic .engineering .infos .info .card b {
  font-size: 20px;
  color: #111A34;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.page-inner .solution-clinic .engineering .infos .info .card span {
  font-size: 14px;
  color: #858B9C;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.page-inner .solution-clinic .engineering .infos .info .card .bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-inner .solution-clinic .engineering .infos .info .details {
  width: calc(100% - 264px);
  height: 100%;
  border-radius: 8px;
  display: flex;
  background: #F9FAFB;
}

.page-inner .solution-clinic .engineering .infos .info .details li {
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 1.5% 0;
  display: flex;
  align-items: center;
}

.page-inner .solution-clinic .engineering .infos .info .details li p {
  width: 100%;
  line-height: 24px;
  color: #111A34;
  position: relative;
  text-align: center;
}

.page-inner .solution-clinic .engineering .infos .info .details li p::before {
  content: attr(data-no);
  font-size: 48px;
  line-height: 60px;
  color: #ECF0F3;
  font-weight: bolder;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.page-inner .solution-clinic .engineering .infos .info .details li span {
  position: relative;
  z-index: 1;
}

.page-inner .solution-clinic .engineering .infos .info + .info {
  margin-top: 12px;
}

.page-inner .solution-pharmacy {
  background: #F6F8F9;
  box-sizing: border-box;
  position: relative;
  padding: 100px calc((100vw - 1200px) / 2) 148px;
}

.page-inner .solution-pharmacy .title,
.page-inner .solution-pharmacy .ques,
.page-inner .solution-pharmacy .slogan,
.page-inner .solution-pharmacy .example {
  position: relative;
  z-index: 1;
}

.page-inner .solution-pharmacy .title {
  text-align: center;
}

.page-inner .solution-pharmacy .title h1 {
  font-size: 40px;
  line-height: 48px;
  color: #111A34;
}

.page-inner .solution-pharmacy .title p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 3.09px;
  color: #666F83;
  opacity: 0.21;
}

.page-inner .solution-pharmacy .ques {
  width: 100%;
  height: 304px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 40px;
}

.page-inner .solution-pharmacy .ques li {
  width: calc((100% - 36px) / 4);
  height: 100%;
  border-radius: 12px;
  background: #fff;
  position: relative;
}

.page-inner .solution-pharmacy .ques li .que {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.page-inner .solution-pharmacy .ques li .que p {
  position: relative;
  z-index: 1;
}

.page-inner .solution-pharmacy .ques li .que .fullimg {
  width: 100%;
  height: 162px;
  overflow: hidden;
}

.page-inner .solution-pharmacy .ques li .que .fullimg img {
  transition: all .4s;
}

.page-inner .solution-pharmacy .ques li .que .text {
  font-size: 20px;
  line-height: 36px;
  color: #41485D;
  box-sizing: border-box;
  padding: 20px 14px 0;
  text-align: center;
}

.page-inner .solution-pharmacy .ques li .que::before {
  content: '\e644';
  font-family: 'icon';
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  font-size: 110px;
  background: linear-gradient(316deg, rgba(247, 248, 250, 0.097) 36%, #EBEEF2 87%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
  bottom: 50px;
  left: -27px;
}

.page-inner .solution-pharmacy .ques li .que:hover .fullimg img {
  transform: scale(1.1);
}

.page-inner .solution-pharmacy .ques li::before {
  content: '';
  width: 100%;
  height: 28px;
  opacity: 0.8;
  background: rgba(29, 29, 29, 0.06);
  filter: blur(27.2px);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.page-inner .solution-pharmacy .slogan {
  width: 100%;
  height: 144px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2944) 0%, #FFFFFF 100%);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(27.2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 36px auto;
}

.page-inner .solution-pharmacy .slogan h1 {
  font-size: 40px;
  color: #111A34;
  margin-bottom: 12px;
}

.page-inner .solution-pharmacy .slogan p {
  font-size: 20px;
  line-height: 28px;
  color: #666F83;
  letter-spacing: 1px;
}

.page-inner .solution-pharmacy .example {
  display: flex;
  justify-content: space-between;
}

.page-inner .solution-pharmacy .example .item {
  width: calc((100% - 24px) / 2);
  height: 450px;
}

.page-inner .solution-pharmacy .example .item .brand-info {
  width: 100%;
  height: 120px;
  background: #fff;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.017);
  position: relative;
  z-index: 1;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  overflow: hidden;
}

.page-inner .solution-pharmacy .example .item .brand-info .logo {
  height: 60px;
  margin-right: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.page-inner .solution-pharmacy .example .item .brand-info .logo img {
  width: auto;
  height: 60px;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos li {
  display: flex;
  align-items: center;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos li i {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos li i img {
  width: 15px;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos li p {
  line-height: 24px;
  color: #111A34;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos li .light {
  color: #D80210;
  font-weight: bold;
}

.page-inner .solution-pharmacy .example .item .brand-info .infos li + li {
  margin-top: 8px;
}

.page-inner .solution-pharmacy .example .item .brand-info::before, .page-inner .solution-pharmacy .example .item .brand-info::after {
  content: '\e645';
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'icon';
  color: transparent;
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #D8D8D8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
}

.page-inner .solution-pharmacy .example .item .brand-info::before {
  width: 204px;
  height: 98px;
  font-size: 116px;
  top: -34px;
  right: 30px;
  opacity: 0.2291;
}

.page-inner .solution-pharmacy .example .item .brand-info::after {
  width: 304px;
  height: 146px;
  font-size: 174px;
  top: -12px;
  right: -20px;
  opacity: 0.3378;
}

.page-inner .solution-pharmacy .example .item .fullimg {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}

.page-inner .solution-pharmacy .example .item .fullimg img {
  transition: all .6s;
}

.page-inner .solution-pharmacy .example .item:nth-child(2n) .brand-info .infos li .light {
  color: #0F6EEA;
}

.page-inner .solution-pharmacy .example .item:hover .fullimg img {
  transform: scale(1.1);
}

.page-inner .solution-pharmacy .mask {
  width: 100%;
  height: 863px;
  background: linear-gradient(180deg, #FFFFFF 25%, rgba(255, 255, 255, 0) 102%);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page-inner .solution-pharmacy .mask::before, .page-inner .solution-pharmacy .mask::after {
  content: '\e62a';
  font-family: 'icon';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 492px;
  height: 492px;
  font-size: 522px;
  color: transparent;
  opacity: 0.0476;
  background: linear-gradient(94deg, #E04950 14%, rgba(189, 35, 40, 0.3794) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  position: absolute;
  top: 116px;
}

.page-inner .solution-pharmacy .mask::before {
  left: -312px;
}

.page-inner .solution-pharmacy .mask::after {
  right: -302px;
}

.page-inner .solution-upstream {
  background: #F0F3F5;
  box-sizing: border-box;
  padding: 100px 0 116px;
  overflow: hidden;
}

.page-inner .solution-upstream .title {
  text-align: center;
}

.page-inner .solution-upstream .title h1 {
  font-size: 40px;
  line-height: 48px;
  color: #111A34;
}

.page-inner .solution-upstream .title p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 3.09px;
  color: #666F83;
  opacity: 0.21;
}

.page-inner .solution-upstream .difficulty {
  width: 1200px;
  margin: 50px auto 12px;
}

.page-inner .solution-upstream .difficulty .tips {
  font-size: 20px;
  line-height: 24px;
  color: #111A34;
  text-align: center;
  margin-bottom: 40px;
}

.page-inner .solution-upstream .difficulty ul {
  width: 100%;
  height: 354px;
  display: flex;
  justify-content: space-between;
}

.page-inner .solution-upstream .difficulty ul li {
  width: calc((100% - 24px) / 3);
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59%, #FFFFFF 100%);
  overflow: hidden;
  border: 1px solid #fff;
}

.page-inner .solution-upstream .difficulty ul li .fullimg {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.page-inner .solution-upstream .difficulty ul li .fullimg img {
  transition: all .4s;
}

.page-inner .solution-upstream .difficulty ul li .icon {
  display: flex;
  width: 20px;
  height: 13px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  color: transparent;
  background: linear-gradient(0, #C82126 0%, rgba(230, 69, 78, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.page-inner .solution-upstream .difficulty ul li p:not(.fullimg) {
  font-size: 20px;
  line-height: 28px;
  color: #41485D;
  text-align: center;
}

.page-inner .solution-upstream .difficulty ul li:hover .fullimg img {
  transform: scale(1.1);
}

.page-inner .solution-upstream .slogan {
  width: 1200px;
  height: 144px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2944) 0%, #FFFFFF 100%);
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(27.2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 38px auto 40px;
}

.page-inner .solution-upstream .slogan h1 {
  font-size: 40px;
  color: #111A34;
  margin-bottom: 12px;
}

.page-inner .solution-upstream .slogan p {
  font-size: 20px;
  line-height: 28px;
  color: #666F83;
  letter-spacing: 1px;
}

.page-inner .solution-upstream .business-tabs {
  width: 100%;
  height: 60px;
  margin-top: 72px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DFE1E8;
}

.page-inner .solution-upstream .business-tabs li {
  width: 300px;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.page-inner .solution-upstream .business-tabs li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #666F83;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s;
}

.page-inner .solution-upstream .business-tabs li::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  transition: all .6s;
}

.page-inner .solution-upstream .business-tabs li.cur span, .page-inner .solution-upstream .business-tabs li:not(.cur):hover span {
  top: -40px;
  opacity: 0;
}

.page-inner .solution-upstream .business-tabs li.cur::after, .page-inner .solution-upstream .business-tabs li:not(.cur):hover::after {
  top: 0;
  opacity: 1;
}

.page-inner .solution-upstream .business-tabs li.cur::before, .page-inner .solution-upstream .business-tabs li:not(.cur):hover::before {
  opacity: 1;
  transform: scale(1);
}

.page-inner .solution-upstream .business-tabs li::before {
  content: '';
  width: 60px;
  height: 4px;
  border-radius: 2px 2px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background: var(--color);
  opacity: 0;
  transform: scale(0);
  transition: all .6s;
}

.page-inner .solution-upstream .business-infos {
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
}

.page-inner .solution-upstream .business-infos .brand {
  width: 1380px;
  height: 430px;
  z-index: 1;
  position: relative;
  background: url("../images/solution_mask1.png") no-repeat left/cover;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 62px 200px 0 calc((100vw - 1200px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-inner .solution-upstream .business-infos .brand .logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5559);
}

.page-inner .solution-upstream .business-infos .brand .logo .logo-img {
  display: inline-block;
  height: 48px;
  flex-shrink: 0;
}

.page-inner .solution-upstream .business-infos .brand .logo .logo-img img {
  width: auto;
  height: 100%;
}

.page-inner .solution-upstream .business-infos .brand .logo p {
  width: 246px;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.page-inner .solution-upstream .business-infos .brand .logo p::before, .page-inner .solution-upstream .business-infos .brand .logo p::after {
  font-family: 'icon';
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.17);
  position: absolute;
}

.page-inner .solution-upstream .business-infos .brand .logo p::before {
  content: '\e642';
  top: -6px;
  left: -10px;
}

.page-inner .solution-upstream .business-infos .brand .logo p::after {
  content: '\e643';
  bottom: -2px;
  right: -18px;
}

.page-inner .solution-upstream .business-infos .brand .info-ls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-inner .solution-upstream .business-infos .brand .info-ls li {
  width: calc((100% - 12px) / 2);
  min-height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  padding: 8px 8px 8px 12px;
  margin-bottom: 16px;
  box-shadow: inset 0px -1px 2px rgba(255, 255, 255, 0.1);
}

.page-inner .solution-upstream .business-infos .brand .info-ls li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.page-inner .solution-upstream .business-infos .brand .info-ls li i img {
  width: 15px;
}

.page-inner .solution-upstream .business-infos .brand .info-ls li .text {
  line-height: 24px;
  font-size: 14px;
  color: #FFFFFF;
}

.page-inner .solution-upstream .business-infos .brand .statistics {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

.page-inner .solution-upstream .business-infos .brand .statistics li {
  width: 25%;
  height: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-inner .solution-upstream .business-infos .brand .statistics li b {
  font-size: 30px;
  line-height: 36px;
  line-height: 20px;
}

.page-inner .solution-upstream .business-infos .brand .statistics li p.name {
  font-size: 12px;
  opacity: 0.8011;
  margin-top: 8px;
}

.page-inner .solution-upstream .business-infos .brand-product {
  width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.page-inner .solution-upstream .business-infos .brand-product li {
  width: 100%;
  height: 428px;
  border-radius: 12px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7363) 89%);
  box-sizing: border-box;
  border: 1.58px solid rgba(255, 255, 255, 0.3663);
  backdrop-filter: blur(51.54px);
  padding: 34px 40px 44px;
}

.page-inner .solution-upstream .business-infos .brand-product li h2 {
  font-size: 30px;
  line-height: 42px;
  color: #111A34;
}

.page-inner .solution-upstream .business-infos .brand-product li .fullimg {
  width: 100%;
  height: 286px;
  margin-top: 22px;
}

.page-inner .solution-upstream .business-infos .brand-product li + li {
  margin-top: 20px;
}

.page-inner .solution-upstream .business-infos .info:nth-child(2) .brand {
  background-image: url("../images/solution_mask2.png");
}

.page-inner .solution-upstream .business-infos::before, .page-inner .solution-upstream .business-infos::after {
  content: '';
  width: 1380px;
  height: 460px;
  position: absolute;
  background: linear-gradient(-90deg, #DFE1E8 0%, rgba(240, 243, 245, 0.0539) 94%);
}

.page-inner .solution-upstream .business-infos::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7.97% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7.97% 100%);
  right: 0;
  top: 300px;
}

.page-inner .solution-upstream .business-infos::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 92.03% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 92.03% 100%, 0 100%);
  left: 0;
  bottom: -136px;
  opacity: 0;
}

.page-inner .contact-ways {
  background: #F0F3F5;
  box-sizing: border-box;
  padding: 70px calc((100vw - 1200px) / 2) 126px;
}

.page-inner .contact-ways .ways-box {
  width: 100%;
  min-height: 568px;
  position: relative;
  box-sizing: border-box;
  padding-top: 90px;
}

.page-inner .contact-ways .ways-box::before {
  content: '';
  width: 568px;
  height: 568px;
  background: linear-gradient(180deg, rgba(200, 33, 38, 0) 4%, #C82126 88%);
  position: absolute;
  top: 0;
  right: -124px;
  z-index: 1;
}

.page-inner .contact-ways .ways-box::after {
  content: '';
  width: 568px;
  height: 24px;
  box-sizing: border-box;
  background: linear-gradient(270deg, #EECA6A -15%, #DEB750 0%, #E9C056 17%, #FFF2D6 30%, #CE8C2B 73%), #D8D8D8;
  border: 1px solid;
  border-image: linear-gradient(90deg, #FFFFFF 30%, #FFFFFF 80%, rgba(255, 255, 255, 0) 103%) 1;
  position: absolute;
  right: -124px;
  top: 545px;
  z-index: 2;
}

.page-inner .contact-ways .inner-plate-title {
  position: relative;
  z-index: 2;
}

.page-inner .contact-ways .ways {
  width: 100%;
  height: 442px;
  margin-top: 80px;
  position: relative;
  display: flex;
  align-items: center;
}

.page-inner .contact-ways .ways .container {
  width: 768px;
  height: 442px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #F0F3F5 0%, #F4F6F7 23%, #FFFFFF 37%, #FFFFFF 100%);
  box-sizing: border-box;
  padding-top: 76px;
}

.page-inner .contact-ways .ways .container .name {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding-left: 48px;
  position: relative;
  line-height: 32px;
  font-size: 24px;
  color: #111A34;
  margin-bottom: 44px;
  font-weight: bolder;
}

.page-inner .contact-ways .ways .container .name::before {
  content: '';
  width: 4px;
  height: 24px;
  background: #C82126;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.page-inner .contact-ways .ways .container .way-list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 48px;
}

.page-inner .contact-ways .ways .container .way-list li {
  width: 358px;
  height: 76px;
  box-sizing: border-box;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.page-inner .contact-ways .ways .container .way-list li .icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
  font-size: 28px;
  color: #C82126;
}

.page-inner .contact-ways .ways .container .way-list li p {
  display: flex;
  flex-direction: column;
}

.page-inner .contact-ways .ways .container .way-list li p span {
  line-height: 26px;
  color: #41485D;
  text-align: justify;
}

.page-inner .contact-ways .ways .container .way-list li p span:nth-child(1) {
  font-weight: bolder;
}

.page-inner .contact-ways .ways .container .way-list li + li {
  border-top: 1px solid #DFE1E8;
  margin-top: 4px;
}

.page-inner .contact-ways .ways .fullimg {
  width: 620px;
  height: 350px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: -186px;
  margin-bottom: 18px;
  position: relative;
  z-index: 3;
}

.page-inner .contact-ways .ways::before {
  content: 'CONTACT INFORMATION';
  font-size: 112px;
  color: #666F83;
  opacity: 0.0355;
  line-height: 120px;
  position: absolute;
  bottom: -20px;
  left: 620px;
  white-space: nowrap;
  font-weight: bolder;
}

.page-inner .contact-school {
  box-sizing: border-box;
  padding: 52px 0 80px;
}

.page-inner .contact-school .inner-plate-title {
  width: 1200px;
  margin: 0 auto;
}

.page-inner .contact-school .voyage-plan {
  width: 1200px;
  margin: 62px auto 80px;
}

.page-inner .contact-school .voyage-plan .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-inner .contact-school .voyage-plan .title p {
  font-size: 28px;
  color: #111A34;
  font-weight: bolder;
}

.page-inner .contact-school .voyage-plan .title .prosody-l,
.page-inner .contact-school .voyage-plan .title .prosody-r {
  display: flex;
  align-items: center;
  margin: 0 8px;
}

.page-inner .contact-school .voyage-plan .title .prosody-l i,
.page-inner .contact-school .voyage-plan .title .prosody-r i {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #C5CAD5;
  margin: 0 3px;
  animation: prosody 0.9s 0s infinite;
}

.page-inner .contact-school .voyage-plan .title .prosody-l i:nth-child(2),
.page-inner .contact-school .voyage-plan .title .prosody-r i:nth-child(2) {
  animation-delay: 0.15s;
}

.page-inner .contact-school .voyage-plan .title .prosody-l i:nth-child(1) {
  animation-delay: 0.3s;
}

.page-inner .contact-school .voyage-plan .title .prosody-r i:nth-child(3) {
  animation-delay: 0.3s;
}

.page-inner .contact-school .voyage-plan .desc {
  color: #666F83;
  text-align: center;
  line-height: 22px;
  margin-top: 18px;
}

.page-inner .contact-school .voyage-plan .steps {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 28px 0 40px;
  margin-top: 40px;
}

.page-inner .contact-school .voyage-plan .steps li {
  width: 205px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-inner .contact-school .voyage-plan .steps li p {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666F83;
}

.page-inner .contact-school .voyage-plan .steps li p span:nth-child(1) {
  display: inline-block;
  line-height: 38px;
  font-size: 24px;
  border-bottom: 0.5px solid #C5CAD5;
  color: #111A34;
  margin-bottom: 8px;
  font-weight: bold;
}

.page-inner .contact-school .voyage-plan .steps li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  border: 0.5px solid #C82126;
  border-radius: 50%;
  color: #C82126;
}

.page-inner .contact-school .voyage-plan .steps li:nth-child(1) .icon {
  font-size: 48px;
}

.page-inner .contact-school .voyage-plan .steps li:nth-child(2) .icon {
  font-size: 56px;
}

.page-inner .contact-school .voyage-plan .steps li:nth-child(3) .icon {
  font-size: 50px;
}

.page-inner .contact-school .voyage-plan .steps li:nth-child(4) .icon {
  font-size: 52px;
}

.page-inner .contact-school .voyage-plan .steps li + li {
  position: relative;
}

.page-inner .contact-school .voyage-plan .steps li + li::before {
  content: '\e641';
  font-family: 'icon';
  width: 105px;
  height: 110px;
  position: absolute;
  top: 0;
  left: -105px;
  font-size: 12px;
  color: #C82126;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 14px;
}

.page-inner .contact-school .voyage-plan .info {
  width: 100%;
  border: 0.5px solid #858B9C;
  box-sizing: border-box;
  border-radius: 12px;
  margin-top: 80px;
  box-sizing: border-box;
  padding: 32px 40px 40px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-inner .contact-school .voyage-plan .info li {
  width: calc(50% - 72px);
}

.page-inner .contact-school .voyage-plan .info .rules {
  width: 100%;
}

.page-inner .contact-school .voyage-plan .info .rules li {
  width: 100%;
  line-height: 24px;
  color: #41485d;
  display: flex;
  align-items: flex-start;
}

.page-inner .contact-school .voyage-plan .info .rules li .no_ {
  flex-shrink: 0;
}

.page-inner .contact-school .voyage-plan .info .rules li span:not(.no_) {
  margin-left: -2px;
}

.page-inner .contact-school .voyage-plan .info .rules li + li {
  margin-top: 16px;
}

.page-inner .contact-school .voyage-plan .info .title {
  width: 100%;
  line-height: 34px;
  font-size: 24px;
  text-align: center;
  color: #C82126;
  margin-bottom: 24px;
  font-weight: bold;
}

.page-inner .contact-school .voyage-plan .info::before {
  content: '';
  width: 0px;
  height: calc(100% - 72px);
  border-left: 0.5px dashed #858B9C;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.page-inner .contact-school .salary {
  width: 100%;
  height: 520px;
  background: url("../images/contactus_school_img.png") no-repeat left center;
  background-size: 1410px auto;
  position: relative;
  box-sizing: border-box;
  padding: 70px calc((100vw - 1200px) / 2) 0;
}

.page-inner .contact-school .salary::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, rgba(207, 207, 207, 0.0539) 0%, rgba(161, 161, 161, 0.5) 94%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.284;
}

.page-inner .contact-school .salary::after {
  content: 'CAMPUS RECRUITMENT';
  font-size: 112px;
  color: #666F83;
  opacity: 0.0355;
  line-height: 120px;
  position: absolute;
  bottom: 0;
  left: calc(((100vw - 1200px) / 2) + 580px);
  white-space: nowrap;
  font-weight: bolder;
  z-index: -1;
}

.page-inner .contact-school .salary .mini-title .cn {
  font-size: 24px;
  color: #fff;
}

.page-inner .contact-school .salary .mini-title .cc-circles i {
  color: #fff;
}

.page-inner .contact-school .salary .salary-detail {
  display: flex;
  align-items: flex-start;
}

.page-inner .contact-school .salary .salary-detail .info {
  width: calc(100% - 500px);
  box-sizing: border-box;
  padding-right: 216px;
  color: #fff;
}

.page-inner .contact-school .salary .salary-detail .info p {
  line-height: 24px;
}

.page-inner .contact-school .salary .salary-detail .info .text {
  line-height: 32px;
  text-align: justify;
}

.page-inner .contact-school .salary .salary-detail .info .stage {
  width: 484px;
  height: 102px;
  display: inline-flex;
  align-items: center;
  margin: 17px 0 22px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  background: url("../images/contactus_stage_border.png") no-repeat top center/cover;
}

.page-inner .contact-school .salary .salary-detail .info .stage li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-inner .contact-school .salary .salary-detail .info .stage li .name {
  display: inline-block;
  padding: 0 8px;
  height: 32px;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 30px;
  margin-bottom: 6px;
}

.page-inner .contact-school .salary .salary-detail .info .stage li .large {
  font-size: 32px;
  font-weight: bold;
}

.page-inner .contact-school .salary .salary-detail .info .stage li p:not(.name) {
  line-height: 36px;
}

.page-inner .contact-school .salary .salary-detail .info .stage::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-inner .contact-school .salary .salary-detail .info .stage::after {
  content: '';
  width: 1px;
  height: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -12px 0 0 -0.5px;
}

.page-inner .contact-school .salary .salary-detail .info .tips {
  line-height: 24px;
}

.page-inner .contact-school .salary .salary-detail .peculiarity {
  width: 500px;
  height: 312px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 56px 36px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4547) 0%, rgba(255, 255, 255, 0) 73%);
  backdrop-filter: blur(4.88px);
}

.page-inner .contact-school .salary .salary-detail .peculiarity li {
  width: 196px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0478);
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 1;
}

.page-inner .contact-school .salary .salary-detail .peculiarity li .icon {
  display: inline-flex;
  width: 80px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #C82126;
  border-right: 0.5px solid #C5CAD5;
  flex-shrink: 0;
}

.page-inner .contact-school .salary .salary-detail .peculiarity li p {
  flex-grow: 1;
  text-align: center;
  line-height: 24px;
  color: #111A34;
}

.page-inner .contact-school .salary .salary-detail .peculiarity li:nth-child(n+3) {
  margin-top: 40px;
}

.page-inner .contact-school .salary .salary-detail .peculiarity::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/contactus_school_box.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-inner .contact-school .interview,
.page-inner .contact-school .contact {
  width: 1200px;
  margin: 0 auto;
}

.page-inner .contact-school .interview {
  margin-top: 70px;
}

.page-inner .contact-school .interview .process {
  width: 100%;
  height: 70px;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0 34px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.page-inner .contact-school .interview .process li {
  height: 70px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.page-inner .contact-school .interview .process li .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #C82126;
}

.page-inner .contact-school .interview .process li span {
  font-size: 18px;
  color: #41485D;
  line-height: 24px;
}

.page-inner .contact-school .interview .process::before {
  content: '';
  width: calc(100% - 68px);
  height: 0;
  border-bottom: 1px dashed #C5CAD5;
  position: absolute;
  bottom: 12.5px;
  left: 34px;
}

.page-inner .contact-school .contact {
  margin-top: 100px;
}

.page-inner .contact-school .contact .ways {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.page-inner .contact-school .contact .ways .phone,
.page-inner .contact-school .contact .ways .other {
  width: 592px;
  height: 368px;
}

.page-inner .contact-school .contact .ways .phone {
  border-radius: 12px;
  border: 1px solid rgba(200, 33, 38, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-inner .contact-school .contact .ways .phone p {
  text-align: center;
}

.page-inner .contact-school .contact .ways .phone p span {
  font-size: 18px;
  line-height: 24px;
  color: #666F83;
}

.page-inner .contact-school .contact .ways .phone p span.large {
  font-size: 32px;
  line-height: 48px;
  color: #111A34;
  margin-top: 4px;
  font-weight: bold;
}

.page-inner .contact-school .contact .ways .phone p + p {
  margin-top: 48px;
}

.page-inner .contact-school .contact .ways .other .qrcode {
  width: 100%;
  height: 176px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-inner .contact-school .contact .ways .other .qrcode li {
  width: 288px;
  height: 176px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(200, 33, 38, 0.3);
  padding-top: 24px;
}

.page-inner .contact-school .contact .ways .other .qrcode li p {
  font-size: 18px;
  color: #666F83;
  text-align: center;
  line-height: 24px;
}

.page-inner .contact-school .contact .ways .other .qrcode li .fullimg {
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background: rgba(216, 216, 216, 0.01);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0959);
  overflow: hidden;
  margin: 0 auto 24px;
}

.page-inner .contact-school .contact .ways .other .more {
  width: 100%;
  height: 176px;
  border-radius: 12px;
  background: #C82126;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 88px;
}

.page-inner .contact-school .contact .ways .other .more .icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 56px;
  color: #fff;
}

.page-inner .contact-social {
  background: #F0F3F5;
  box-sizing: border-box;
  padding: 54px calc((100vw - 1200px) / 2) 108px;
}

.page-inner .contact-social .types {
  display: flex;
  width: 100%;
  height: 88px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #C82126;
  overflow: hidden;
  margin-top: 90px;
}

.page-inner .contact-social .types li {
  flex-grow: 1;
  position: relative;
}

.page-inner .contact-social .types li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  font-size: 24px;
  color: #111A34;
  position: relative;
  z-index: 2;
}

.page-inner .contact-social .types li::before {
  content: '';
  width: 100%;
  height: 0;
  background: #C82126;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .4s;
}

.page-inner .contact-social .types li:not(.cur):hover a, .page-inner .contact-social .types li.cur a {
  color: #fff;
}

.page-inner .contact-social .types li:not(.cur):hover::before, .page-inner .contact-social .types li.cur::before {
  opacity: 1;
  height: 100%;
}

.page-inner .contact-social .recruitments {
  width: 100%;
  margin-top: 40px;
}

.page-inner .contact-social .recruitments &gt; li {
  width: 100%;
  height: 88px;
  border-radius: 12px;
  background: #FFFFFF;
  overflow: hidden;
  cursor: pointer;
}

.page-inner .contact-social .recruitments &gt; li + li {
  margin-top: 16px;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show {
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 32px 0 80px;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .type,
.page-inner .contact-social .recruitments &gt; li .fixed-show .local {
  font-size: 20px;
  color: #111A34;
  transition: all .2s;
  display: flex;
  align-items: center;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .type .icon,
.page-inner .contact-social .recruitments &gt; li .fixed-show .local .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #C5CAD5;
  transition: all .2s;
  margin-right: 4px;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .type {
  width: 462px;
  flex-shrink: 0;
  margin-right: 20px;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .type span {
  display: inline-block;
  width: calc(100% - 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .local {
  margin-right: auto;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .date {
  font-size: 20px;
  color: #858B9C;
  transition: all .2s;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .date span {
  color: #111A34;
}

.page-inner .contact-social .recruitments &gt; li .fixed-show .icon-fangxiang-xia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #C82126;
  border-radius: 50%;
  border: 2px solid rgba(200, 33, 38, 0.5);
  margin-left: 22px;
  transform-origin: center;
  transition: all .2s;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 32px 80px 80px;
  position: relative;
  border-top: 1px dashed #EBEEF2;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application {
  width: 88px;
  height: 36px;
  position: absolute;
  top: 24px;
  right: 32px;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application button {
  width: 88px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #C82126;
  font-size: 14px;
  color: #C82126;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
  transition: all .4s;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application .popup {
  width: 216px;
  height: 202px;
  position: absolute;
  top: 36px;
  right: 0;
  padding: 18px 5px 0;
  box-sizing: border-box;
  visibility: hidden;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application .popup-body {
  width: 206px;
  height: 184px;
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.0533);
  position: absolute;
  top: 52px;
  right: 5px;
  box-sizing: border-box;
  padding: 14px 16px 0;
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application .popup-body::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #FFFFFF;
  position: absolute;
  top: -10px;
  right: 36px;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application .popup-body p {
  text-align: center;
  line-height: 20px;
  color: #111A34;
  font-size: 14px;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application .popup-body p span {
  color: #C82126;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application .popup-body .fullimg {
  width: 94px;
  height: 94px;
  overflow: hidden;
  margin: 16px auto 0;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application.show button {
  color: #fff;
  background: #C82126;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application.show .popup {
  visibility: visible;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .application.show .popup .popup-body {
  visibility: visible;
  top: 18px;
  opacity: 1;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info {
  width: 100%;
  margin-top: 4px;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .title {
  font-size: 20px;
  line-height: 28px;
  color: #111A34;
  margin-bottom: 24px;
  font-weight: bold;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .items {
  width: calc(100% - 100px);
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .items li {
  width: 100%;
  line-height: 24px;
  color: #666F83;
  display: flex;
  align-items: flex-start;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .items li .no_ {
  flex-shrink: 0;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .items li span:not(.no_) {
  margin-left: -2px;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .items li + li {
  margin-top: 16px;
}

.page-inner .contact-social .recruitments &gt; li .dynamic-show .work-info .info-item + .info-item {
  margin-top: 36px;
}

.page-inner .contact-social .recruitments &gt; li:not(.open):hover .fixed-show .type,
.page-inner .contact-social .recruitments &gt; li:not(.open):hover .fixed-show .local,
.page-inner .contact-social .recruitments &gt; li:not(.open):hover .fixed-show .type .icon,
.page-inner .contact-social .recruitments &gt; li:not(.open):hover .fixed-show .local .icon {
  color: #C82126;
}

.page-inner .contact-social .recruitments &gt; li.open .fixed-show .type,
.page-inner .contact-social .recruitments &gt; li.open .fixed-show .local,
.page-inner .contact-social .recruitments &gt; li.open .fixed-show .type .icon,
.page-inner .contact-social .recruitments &gt; li.open .fixed-show .local .icon {
  color: #C82126;
}

.page-inner .contact-social .recruitments &gt; li.open .fixed-show .date {
  opacity: 0;
}

.page-inner .contact-social .recruitments &gt; li.open .fixed-show .icon-fangxiang-xia {
  transform: rotate(180deg);
}

.page-inner .contact-social .list-page {
  margin-top: 58px;
}
</pre></body></html>